home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / listx / relnote.txt < prev    next >
Encoding:
Text File  |  1998-10-10  |  4.4 KB  |  104 lines

  1. MABRY SOFTWARE - ADVANCED LIST BOX ACTIVEX CONTROL - RELEASE NOTES
  2. October 10, 1998
  3.  
  4.  
  5. 1.00.009  August 26, 1998
  6.           * The Up/Down arrow keys do not fire the KeyDown
  7.             or KeyUp events.
  8.           * The MouseUp button always passes Button zero
  9.             as the argument, even when button 1 or button
  10.             2 was passed during the MouseDown and MouseMove.
  11.           * When the list is in multiselect mode and items
  12.             are selected, if an item is removed, the selected
  13.             array is not updated properly.
  14.           * The BackColor property can be set at runtime,
  15.             but does not actually change the color of the
  16.             control.
  17.  
  18. 1.00.008  May 12, 1998
  19.           * Fixed bug which prevented Default and Cancel
  20.             properties from working in command buttons when
  21.             listx had the focus.
  22.           * Added Scrollbar property (None, Vertical, Horizontal,
  23.             Both).
  24.           * Added handlers for End and Home keys.
  25.           * Added horizontal scrollbar.
  26.           * Added Enabled property.
  27.  
  28. 1.00.007  April 8, 1998
  29.           * Fixed problem where PutItems was failing when
  30.             large (> 500K) amounts of data were being added.
  31.           * ListIndex can now be set to -1.
  32.           * Fixed problem with some ItemData items being
  33.             incorrect when new items and item data were added
  34.             in a loop.
  35.  
  36. 1.00.006  March 15, 1998
  37.           * Fixed painting problem with horizontal bars.
  38.  
  39. 1.00.005  February 27, 1998
  40.           * Fixed GPF which occured randomly when deleteing
  41.             items having ItemData assigned.
  42.  
  43. 1.00.004  January 15, 1998
  44.           * Changed version string to n.n.n.n as it should
  45.             have been instead of n,n,n,n.
  46.           * Fixed problems encountered if a drag operation
  47.             was started during a mouse down event.
  48.           * Mouse pointer no longer changes during resize
  49.             operation.
  50.           * Deleting a column in the Custom dialog no longer
  51.             selects the wrong column after the delete.
  52.           * Improved heading alignment with various combinations
  53.             of header and list 3D effects.
  54.           * Mouse no longer flickers when over headers.
  55.           * Fixed various scrollbar problems.
  56.           * Changed scrollbar code so that it correctly handles
  57.             more than 64k items.
  58.           * Fixed problem with stray pixels on far right
  59.             of list when switching horizontal and vertical
  60.             dividers on and off.
  61.           * Fixed scrollbar problem if horizontal dividers
  62.             enabled.
  63.           * Fixed a problem with the focus not being set
  64.             to the ListIndex item if ListIndex modified after
  65.             loading list.
  66.           * Clear method now resets ListIndex.
  67.  
  68. 1.00.003  November 30, 1997
  69.           * Added SetFocus method.
  70.           * Item selection state flags are now cleared when
  71.             list items are deleted or the Clear method is
  72.             used.  Note: Items replaced, using the ReplaceItem
  73.             method for instance, retain the selection state
  74.             of the item being replaced.
  75.           * The control now fires Click events when the arrow
  76.             keys are used to change the selected item.
  77.           * Added NewIndex property.  Note: At this time
  78.             the utility of this property is limited since
  79.             List/X does not sort items as they are added
  80.             to the list. If a new item is added to an already
  81.             sorted list then the Sorted property must be
  82.             toggled to Fals and back to True again to cause
  83.             the list to be resorted.
  84.           * Fixed bug that was causing selection of incorrect
  85.             item in long lists with HorizDividers = True.
  86.  
  87. 1.00.002  November 21, 1997
  88.           * Multi-columns now being displayed even if there
  89.             is no text for a column.
  90.           * Fixed flickering of focus rectangle when the
  91.             mouse moves.
  92.           * Improved scrollbar handling.
  93.           * Focus rectangle now set when ListIndex is set
  94.             programatically.
  95.  
  96. 1.00.001  November 18, 1997
  97.           * Minor repairs to scrollbar handling.
  98.           * Fixed bug that was preventing IMListPaint methods
  99.             from being called under certain circumstances
  100.             where the list didn't have focus.
  101.  
  102. 1.00.000  November 11, 1997
  103.           * Product release.
  104.